home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / Business / helpdesk / HelpDesk.mdb / Organization.json < prev    next >
JavaScript Object Notation  |  1998-12-09  |  344b

  1. {
  2.     "schema": {
  3.         "OrganizationId": "Long Integer",
  4.         "ParentId": "Long Integer",
  5.         "Organization": "Text (50) NOT NULL",
  6.         "Hide": "Boolean NOT NULL"
  7.     },
  8.     "data": [
  9.         {
  10.             "OrganizationId": 1,
  11.             "ParentId": 1,
  12.             "Hide": 0
  13.         },
  14.         {
  15.             "OrganizationId": 2,
  16.             "ParentId": 1,
  17.             "Organization": "Scott Data Systems, Inc.",
  18.             "Hide": 0
  19.         },
  20.         {
  21.             "OrganizationId": 4,
  22.             "ParentId": 1,
  23.             "Organization": "Knowledge Base",
  24.             "Hide": 0
  25.         }
  26.     ]
  27. }